
.row_block_2200{
	background-image: url("../../../images/backgrounds/back_0001.jpg");
	
	
}

.gallery_fagure_patrat29  {
  --s: 150px; /* control the size */
  --g: 10px;  /* control the gap */
  --f: 1.5;   /* control the scale factor */
  
  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 2*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3,auto);
}


.gallery_fagure_patrat29 > a,img {
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(30%);
  transition: .35s linear;
}



.gallery_fagure_patrat29 a:hover{
  filter: grayscale(0);
  width:  calc(var(--s)*var(--f));
  height: calc(var(--s)*var(--f));
}

.contback2200{
	margin: 0;
    min-height: 100vh;
    display: grid;
	background: #aabbcc;
}	





.gallery_container_bootstrap32{
	
	margin:auto;
	width:90%;
	padding-bottom:120px;
	
}

.titluGalerie2200{
	text-align : center;
	padding-top:20px;
	
}


.titluGalerie2202 h4{
	padding-left :0px;
	margin:auto;
	width:100%;
	padding-top:20px;
	text-align : center;
	padding-bottom:20px;
	
}

.Galerie2202_small{
	
	height:auto;
	cursor: default;
}	


.imagine_ecrane_mici_2022{
	display:relative;
	height:100%;
	
}

.div_small_img_2202_{
    cursor: auto;
}	
	